func golang.org/x/sys/unix.recvfrom
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L325: if n, err = recvfrom(fd, p, flags, &rsa, &len); err != nil {
zsyscall_linux_amd64.go#L531: func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)